func crypto/tls.newConstantTimeHash

2 uses

	crypto/tls (current package)
		cipher_suites.go#L421: 		h = newConstantTimeHash(h)
		cipher_suites.go#L576: func newConstantTimeHash(h func() hash.Hash) func() hash.Hash {